home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo STARFIRE - by Silver Lightning Software .. Installation
- echo =======================================================
- echo STARFIRE will now be copied into directory on your hard disk
- echo called C:\STARFIRE. Press CTRL-C to abort or
- pause
- md c:\starfire
- xcopy !starfr1.exe c:\starfire
- c:
- cd c:\starfire
- !starfr1
- echo Type 'STARFIRE' to play
-